-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore path_set
when equality testing LayerSet
#265
Conversation
Colin says:
but I don't know whether this will have observable differences in behavior in some edge cases... Need to check the code. |
SO
So regardless of current behaviour, this comes down to us needing to decide what 'equality' means, in the context of a layer. If a layer is contains exactly the same glyphs as another layer, but has a different path, is it a different layer? (probably yes?) In any case: to my eye, |
446f566
to
9e74dc6
Compare
0937310
to
4640657
Compare
path_set
when equality testing LayerSet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious about some of the stuff in here which seems maybe stale? but over all the fix makes sense!
What seems stale to you? |
4640657
to
67a3f66
Compare
Found this while testing for equality when loading a layer set vs. recreating it manually.